String Schema
ListType Complex Type
Description
List of strings
Namespace http://string.drv.de/xmlschema/string
Diagram
Value Element Sequence ListType Complex Type
Overview
ListType
List of strings
Sequence
Value 1..∞ xs:string
Used By
PNR Element
PNR Element
PNR Element
PNR Element
Source
<xs:complexType name="ListType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>List of strings</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Value" type="xs:string" nillable="false" maxOccurs="unbounded" />
  </xs:sequence>
</xs:complexType>
See Also
String Schema

 

 


© 2017 All Rights Reserved.

Send comments on this topic.